Skip to content

Commit 9fb905e

Browse files
committed
Bump version from 1.1.2 to 1.1.3
1 parent 62aa1f2 commit 9fb905e

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## Version 1.1.3 (2020/06/12)
2+
3+
### Pull Requests Merged
4+
5+
#### Bugs fixed
6+
7+
* [PR 296](https://github.com/ssec/sift/pull/296) - Update bundle scripts to handle installation directory being moved
8+
* [PR 293](https://github.com/ssec/sift/pull/293) - Fix HiDPI setting being set too late
9+
* [PR 292](https://github.com/ssec/sift/pull/292) - Fix bundle script having wrong permissions and activation path
10+
* [PR 288](https://github.com/ssec/sift/pull/288) - Fix STANDARD_NAME not being set correctly
11+
12+
#### Features added
13+
14+
* [PR 282](https://github.com/ssec/sift/pull/282) - Add SIFT script to python package installation
15+
16+
In this release 5 pull requests were closed.
17+
18+
119
## Version 1.1.2 (2020/01/10)
220

321
### Issues Closed

RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ must be adjusted if `origin` points to your fork of the `sift` repository.
1313
4. Run `loghub` and update the `CHANGELOG.md` file. If `loghub` is not
1414
installed, do so by running `pip install loghub`.
1515

16-
```bash
17-
loghub ssec/sift -u <username> -st 1.0.5 -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backwards incompatible changes"
18-
```
16+
```bash
17+
loghub ssec/sift --token $LOGHUB_GITHUB_TOKEN -st <previous_version_tag> -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backwards incompatible changes"
18+
```
1919

2020
5. Commit the changelog changes.
2121

sift.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[Setup]
55
AppName=SIFT
6-
AppVersion=1.1.2
6+
AppVersion=1.1.3
77
DefaultDirName={pf}\SIFT
88
DefaultGroupName=SIFT
99
Compression=lzma2

uwsift/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.2"
1+
__version__ = "1.1.3"

0 commit comments

Comments
 (0)