Skip to content

Commit

Permalink
Update versions (#17)
Browse files Browse the repository at this point in the history
* resolves #13
  • Loading branch information
ITProKyle authored Nov 30, 2019
1 parent 232ad17 commit 570910c
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 290 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.3.0] - 2019-11-30

### Changed

- moved pipenv virtual environment into the project with the `make sync` command and exportable `.env` file
- `.env` is not tracked in the repo
- updated runway pin to `~=1.2`
- ran `pipenv update --dev` to update all packages

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
runway = "~= 0.47"
runway = "~= 1.2"
typing = {version = "~= 3.7",markers = "python_version < '3.5'"}

[dev-packages]
Expand All @@ -15,5 +15,5 @@ mypy = "~= 0.610"
pylint = "~= 2.0"
# python3 flake8-docstrings fails with pydocstyle 4:
# https://github.com/PyCQA/pydocstyle/issues/375
pydocstyle = '<4.0.0'
pydocstyle = '< 4.0.0'
pytest = '~= 5.1'
Loading

0 comments on commit 570910c

Please sign in to comment.