Skip to content

Commit

Permalink
Merge pull request #48 from packethost/add-fixtures-to-sdist
Browse files Browse the repository at this point in the history
add test fixtures to sdist
  • Loading branch information
mmlb authored May 30, 2019
2 parents 8755133 + 41b4f6f commit 03165b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.38.2] - 2019-05-30
### Added
- Test fixtures to sdist

## [1.38.1] - 2019-05-30
### Fixed
- Changelog
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include CHANGELOG.md
include README.md
include test/fixtures/*.json
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.1"
__version__ = "1.38.2"
__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.1",
version="1.38.2",
description="Packet API client",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 03165b2

Please sign in to comment.