Skip to content

Commit

Permalink
bumped version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Nov 8, 2023
1 parent 1ed4c07 commit f433ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# -- Project information -----------------------------------------------------

project = 'veerer'
copyright = '2018-2023, Mark Bell, Vincent Delecroix, Saul Schleimer'
copyright = "2016-2023, Mark Bell, Vincent Delecroix, Saul Schleimer"
author = 'Mark Bell, Vincent Delecroix, Saul Schleimer'

release = version
Expand Down
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $RELEASE_YEAR = $RELEASE_DATE.year
$VERSION_BUMP_PATTERNS = [
('veerer/version.py', r"version =", "version = \"$VERSION\""),
('setup.py', r" version=", " version=\"$VERSION\","),
('doc/conf.py', r'copyright = ', "copyright = \"2016-$RELEASE_YEAR, Mark Bell, Vincent Delecroix, Saul Schleimer\""),
('doc/source/conf.py', r'copyright = ', "copyright = \"2016-$RELEASE_YEAR, Mark Bell, Vincent Delecroix, Saul Schleimer\""),
]

$PUSH_TAG_REMOTE = 'git@github.com:flatsurf/veerer.git'
Expand Down

0 comments on commit f433ab0

Please sign in to comment.