Skip to content

Commit 1891638

Browse files
authored
Make rc6 actual v1.0.0 (PR #49)
1 parent b711077 commit 1891638

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2020/11/02: `v1.0.0rc6`
3+
## 2020/11/02: `v1.0.0`
44

55
### Changes
66

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author = 'Frank Blechschmidt'
2929

3030
# The full version, including alpha/beta/rc tags
31-
release = '1.0.0rc6'
31+
release = '1.0.0'
3232

3333

3434
# -- General configuration ---------------------------------------------------

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sonar.organization=frable-github
33

44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=python-sutime
6-
sonar.projectVersion=1.0.0rc6
6+
sonar.projectVersion=1.0.0
77

88
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
99
sonar.sources=./sutime

0 commit comments

Comments
 (0)