Skip to content

Commit edde8e5

Browse files
authored
Merge pull request voxpupuli#415 from bastelfreak/rel210
release 2.1.0
2 parents 2e94933 + 4d3dbfb commit edde8e5

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v2.1.0](https://github.com/voxpupuli/puppet-python/tree/v2.1.0) (2018-07-09)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v2.0.0...v2.1.0)
10+
11+
**Implemented enhancements:**
12+
13+
- support for providing pip3 provider w/ tests. Modified readme 4 examples [\#414](https://github.com/voxpupuli/puppet-python/pull/414) ([danquack](https://github.com/danquack))
14+
15+
**Closed issues:**
16+
17+
- How to deploy pip package to rhscl python34 [\#377](https://github.com/voxpupuli/puppet-python/issues/377)
18+
- CentOS 7 with Python3 does not work [\#303](https://github.com/voxpupuli/puppet-python/issues/303)
19+
720
## [v2.0.0](https://github.com/voxpupuli/puppet-python/tree/v2.0.0) (2018-06-25)
821

922
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.19.0...v2.0.0)
@@ -20,6 +33,7 @@ These should not affect the functionality of the module.
2033

2134
**Implemented enhancements:**
2235

36+
- Add Debian 9 Support [\#398](https://github.com/voxpupuli/puppet-python/issues/398)
2337
- Add support for Anaconda [\#409](https://github.com/voxpupuli/puppet-python/pull/409) ([grsakea](https://github.com/grsakea))
2438
- Add umask parameter to pip execs [\#368](https://github.com/voxpupuli/puppet-python/pull/368) ([jstaph](https://github.com/jstaph))
2539

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "puppet-python",
3-
"version": "2.0.1-rc0",
4-
"author": "stankevich",
3+
"version": "2.1.0",
4+
"author": "Vox Pupuli",
55
"summary": "Python Module",
66
"license": "Apache-2.0",
77
"source": "git://github.com/voxpupuli/puppet-python.git",

0 commit comments

Comments
 (0)