Skip to content

Commit 5dcf6a1

Browse files
committed
Set release version
1 parent 4560a4c commit 5dcf6a1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Version 0.4.8 (2021/05/05)
2+
3+
### Issues Closed
4+
5+
#### Bugs fixed
6+
7+
* [Issue 121](https://github.com/aerispaha/swmmio/issues/121) - Errors when overwrite the [OPTIONS] Sections
8+
9+
In this release 1 issue was closed.
10+
111
## Version 0.4.7 (2021/01/06)
212

313
### Issues Closed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# swmmio
2-
*v0.4.7 (2021/01/06)*
2+
*v0.4.8 (2021/05/05)*
33

44
[![Build status](https://ci.appveyor.com/api/projects/status/qywujm5w2wm0y2tv/branch/master?svg=true)](https://ci.appveyor.com/project/aerispaha/swmmio/branch/master)
55
[![Build Status](https://travis-ci.com/aerispaha/swmmio.svg?branch=master)](https://travis-ci.com/aerispaha/swmmio)

swmmio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'''Python SWMM Input/Output Tools'''
77

88

9-
VERSION_INFO = (0, 4, 8, 'dev0')
9+
VERSION_INFO = (0, 4, 8)
1010
__version__ = '.'.join(map(str, VERSION_INFO))
1111
__author__ = 'Adam Erispaha'
1212
__copyright__ = 'Copyright (c) 2016'

0 commit comments

Comments
 (0)