Skip to content

Commit

Permalink
Make rc6 actual v1.0.0 (PR #49)
Browse files Browse the repository at this point in the history
  • Loading branch information
FraBle authored Nov 3, 2020
1 parent b711077 commit 1891638
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2020/11/02: `v1.0.0rc6`
## 2020/11/02: `v1.0.0`

### Changes

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = 'Frank Blechschmidt'

# The full version, including alpha/beta/rc tags
release = '1.0.0rc6'
release = '1.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit 1891638

Please sign in to comment.