Skip to content

Commit

Permalink
Merge pull request #118 from YakDriver/clearpip
Browse files Browse the repository at this point in the history
Remove pipenv, update dependencies
  • Loading branch information
YakDriver authored Jan 21, 2020
2 parents 3a7170c + 41505f1 commit 6d53b99
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.16
current_version = 0.1.17
commit = False
tag = False
tag_name = {new_version}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGE LOG
==========

0.1.17 - 2020.01.15
-------------------
* [ENHANCEMENT] Remove pipenv files, update setup.cfg dependency versions.

0.1.16 - 2020.01.14
-------------------
* [ENHANCEMENT] New version with updated dependencies versions.
Expand Down
17 changes: 0 additions & 17 deletions Pipfile

This file was deleted.

296 changes: 0 additions & 296 deletions Pipfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion satsuki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import github.GithubException


__version__ = "0.1.16"
__version__ = "0.1.17"
EXIT_OK = 0

logging.config.fileConfig(
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = satsuki
description = Manage GitHub releases and release assets.
version = 0.1.16
version = 0.1.17
author = YakDriver
long_description = file: README.rst, CHANGELOG.rst
author_email = [email protected]
Expand Down Expand Up @@ -31,8 +31,8 @@ classifiers =
[options]
install_requires =
click==7.0
PyGithub==1.43.5
requests==2.21.0
PyGithub==1.45.0
requests==2.22.0
packages = satsuki
include_package_data = True

Expand Down

0 comments on commit 6d53b99

Please sign in to comment.