Skip to content

Commit

Permalink
Bump version number to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed Nov 29, 2020
1 parent 08984a4 commit fb7f33e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = "Simon Larsén"

# The short X.Y version
version = "1.1"
version = "1.2"
# The full version, including alpha/beta/rc tags
release = "1.1.0"
release = "1.2.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion repobee_junit4/__version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.2.0"

0 comments on commit fb7f33e

Please sign in to comment.