Skip to content

Commit

Permalink
Bump version: 3.0.0-dev → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maroux committed Oct 3, 2018
1 parent 83b8a06 commit 6954ed6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
tag_name = {new_version}
current_version = 3.0.0-dev
current_version = 3.0.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# The short X.Y version
version = '1.0'
# The full version, including alpha/beta/rc tags
release = '3.0.0-dev'
release = '3.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

**Current version: v3.0.0-dev**
**Current version: v3.0.0**

v1.0
~~~~
Expand Down
2 changes: 1 addition & 1 deletion hedwig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@


# semantic versioning (http://semver.org/)
VERSION = '3.0.0-dev'
VERSION = '3.0.0'

0 comments on commit 6954ed6

Please sign in to comment.