Skip to content

Commit

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

:Author: Ken Kundert
:Version: 1.1.0
:Released: 2019-12-18
:Version: 1.2.0
:Released: 2020-01-07


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

setup(
name = 'sshconfig',
version = '1.1.0',
version = '1.2.0',
author = 'Ken Kundert',
author_email = '[email protected]',
description = 'SSH config file generator',
Expand Down
4 changes: 2 additions & 2 deletions sshconfig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = '1.0.1'
__released__ = '2019-11-21'
__version__ = '1.2.0'
__released__ = '2020-01-07'

from .sshconfig import (
HostEntry, NetworkEntry, VNC,
Expand Down

0 comments on commit a641e63

Please sign in to comment.