Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Mar 29, 2023
1 parent 874a0db commit 1fd55e4
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
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.2
current_version = 1.5.0
message = Bump version to {new_version}
commit = True
tag = True
Expand Down
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.5.0
----------

**Added**
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 = "1.4.2"
version = release = "1.5.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__ = "1.4.2"
__version__ = "1.5.0"
__author__ = "Gramazio Kohler Research"
__author_email__ = "gramaziokohler@arch.ethz.ch"
__license__ = "MIT license"
Expand Down

0 comments on commit 1fd55e4

Please sign in to comment.