Skip to content

Commit 03165b2

Browse files
authored
Merge pull request #48 from packethost/add-fixtures-to-sdist
add test fixtures to sdist
2 parents 8755133 + 41b4f6f commit 03165b2

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.38.2] - 2019-05-30
8+
### Added
9+
- Test fixtures to sdist
10+
711
## [1.38.1] - 2019-05-30
812
### Fixed
913
- Changelog

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include CHANGELOG.md
22
include README.md
3+
include test/fixtures/*.json

packet/__init__.py

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

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

6-
__version__ = "1.38.1"
6+
__version__ = "1.38.2"
77
__author__ = "Packet Engineers"
88
__author_email__ = "[email protected]"
99
__license__ = "LGPL v3"

setup.py

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

4949
setup(
5050
name="packet-python",
51-
version="1.38.1",
51+
version="1.38.2",
5252
description="Packet API client",
5353
long_description=long_description,
5454
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)