We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b711077 commit 1891638Copy full SHA for 1891638
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 2020/11/02: `v1.0.0rc6`
+## 2020/11/02: `v1.0.0`
4
5
### Changes
6
docs/source/conf.py
@@ -28,7 +28,7 @@
28
author = 'Frank Blechschmidt'
29
30
# The full version, including alpha/beta/rc tags
31
-release = '1.0.0rc6'
+release = '1.0.0'
32
33
34
# -- General configuration ---------------------------------------------------
sonar-project.properties
@@ -3,7 +3,7 @@ sonar.organization=frable-github
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=python-sutime
-sonar.projectVersion=1.0.0rc6
+sonar.projectVersion=1.0.0
7
8
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9
sonar.sources=./sutime
0 commit comments