Skip to content

Commit

Permalink
🔖 Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Nov 22, 2019
1 parent 91e28f0 commit 94a18a3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = true
message = :bookmark: Bump version: {current_version} → {new_version}
tag = false
Expand All @@ -11,3 +11,4 @@ tag = false
[bumpversion:file:docs/Doxyfile]

[bumpversion:file:panda_autograsp/package.xml]

2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "panda_autograsp"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.2
PROJECT_NUMBER = 1.0.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
author = "Rick Staa"

# The full version, including alpha/beta/rc tags
version = "1.0.2"
release = "1.0.2"
version = "1.0.3"
release = "1.0.3"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion panda_autograsp/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>panda_autograsp</name>
<version>1.0.2</version>
<version>1.0.3</version>
<description>The panda_autograsp package</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down
2 changes: 1 addition & 1 deletion panda_autograsp/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit 94a18a3

Please sign in to comment.