Skip to content

Commit

Permalink
Merge branch 'fix-release-stuff'
Browse files Browse the repository at this point in the history
* fix-release-stuff:
  fix changelog and bump version
  direnv: fix zip epoch issues with nix-shell and bdist_wheel
  nix: add twine and wheel packages
  • Loading branch information
mmlb committed May 30, 2019
2 parents ec0e2d2 + addade7 commit 8755133
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
which nix &>/dev/null && use nix
unset SOURCE_DATE_EPOCH
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.38.1] - 2019-05-30
### Fixed
- Changelog

## [1.38.0] - 2019-05-30
### Added
- Support for python3.7
- `legacy` param to `get_capacity` function
Expand Down
2 changes: 1 addition & 1 deletion packet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""library to interact with the Packet API"""

__version__ = "1.38.0"
__version__ = "1.38.1"
__author__ = "Packet Engineers"
__author_email__ = "help@packet.net"
__license__ = "LGPL v3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

setup(
name="packet-python",
version="1.38.0",
version="1.38.1",
description="Packet API client",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ mkShell {
python3Packages.requests
python3Packages.requests-mock
python3Packages.tox
python3Packages.twine
python3Packages.wheel
];
}

0 comments on commit 8755133

Please sign in to comment.