Skip to content

Commit

Permalink
bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Mar 11, 2020
1 parent 6c02d95 commit bdac58a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 2
patch = 2
minor = 3
patch = 0
date = [
'sshconfig/__init__.py __released__',
'README.rst Released',
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SSH Config
==========

:Author: Ken Kundert
:Version: 1.2.2
:Version: 1.3.0
:Released: 2020-03-11


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="sshconfig",
version="1.2.2",
version="1.3.0",
author="Ken Kundert",
author_email="[email protected]",
description="SSH config file generator",
Expand Down
2 changes: 1 addition & 1 deletion sshconfig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.2"
__version__ = "1.3.0"
__released__ = "2020-03-11"

from .sshconfig import (
Expand Down

0 comments on commit bdac58a

Please sign in to comment.