Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Mar 25, 2020
1 parent c8b902f commit 9f0271e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1
current_version = 1.0.0
message = Bump version to {new_version}
commit = True
tag = True
Expand All @@ -15,4 +15,3 @@ replace = {new_version}
[bumpversion:file:src/roslibpy/__version__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <http://keepachangelog.com/en/1.0.0/>`_
and this project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.

Unreleased
1.0.0
----------

**Changed**
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
year = '2019'
author = 'Gramazio Kohler Research'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.7.1'
version = release = '1.0.0'

pygments_style = 'trac' # Perhaps change to sphinx
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion src/roslibpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__title__ = 'roslibpy'
__description__ = 'Python ROS Bridge library.'
__url__ = 'https://github.com/gramaziokohler/roslibpy'
__version__ = '0.7.1'
__version__ = '1.0.0'
__author__ = 'Gramazio Kohler Research'
__author_email__ = '[email protected]'
__license__ = 'MIT license'
Expand Down

0 comments on commit 9f0271e

Please sign in to comment.