File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.1
2+ current_version = 0.5.2
33commit = True
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
@@ -31,4 +31,3 @@ replace = __version__ = '{new_version}'
3131[bumpversion:file:src/hangar/diagnostics/__init__.py]
3232search = __version__ = ' {current_version}'
3333replace = __version__ = ' {new_version}'
34-
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Change Log
33==========
44
55
6- _ `In-Progress `
7- ==============
6+ ` 0.5.2 `_ (2020-05-08)
7+ =====================
88
99New Features
1010------------
@@ -369,5 +369,6 @@ Breaking changes
369369.. _v0.3.0 : https://github.com/tensorwerk/hangar-py/compare/v0.2.0...v0.3.0
370370.. _v0.4.0 : https://github.com/tensorwerk/hangar-py/compare/v0.3.0...v0.4.0
371371.. _v0.5.0 : https://github.com/tensorwerk/hangar-py/compare/v0.4.0...v0.5.0
372- .. _v0.5.1 https://github.com/tensorwerk/hangar-py/compare/v0.5.0...v0.5.1
373- .. _In-Progress : https://github.com/tensorwerk/hangar-py/compare/v0.5.1...master
372+ .. _v0.5.1 : https://github.com/tensorwerk/hangar-py/compare/v0.5.0...v0.5.1
373+ .. _v0.5.2 : https://github.com/tensorwerk/hangar-py/compare/v0.5.1...v0.5.2
374+ .. _In-Progress : https://github.com/tensorwerk/hangar-py/compare/v0.5.2...master
Original file line number Diff line number Diff line change 4040year = '2019-2020'
4141author = 'Richard Izzo'
4242copyright = '{0}, {1}' .format (year , author )
43- version = release = '0.5.1 '
43+ version = release = '0.5.2 '
4444
4545pygments_style = 'default'
4646pygments_lexer = 'PythonConsoleLexer'
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def run(self):
176176
177177setup (
178178 name = 'hangar' ,
179- version = '0.5.1 ' ,
179+ version = '0.5.2 ' ,
180180 license = 'Apache 2.0' ,
181181 # Package Meta Info (for PyPi)
182182 description = SHORT_DESCRIPTION ,
Original file line number Diff line number Diff line change 1- __version__ = '0.5.1 '
1+ __version__ = '0.5.2 '
22__all__ = ('make_torch_dataset' , 'make_tf_dataset' , 'Repository' )
33
44from functools import partial
Original file line number Diff line number Diff line change 1- __version__ = '0.5.1 '
1+ __version__ = '0.5.2 '
22
33from .graphing import Graph
44
You can’t perform that action at this time.
0 commit comments