Skip to content

Commit 7d3e5cd

Browse files
committed
Update to version 1.1.3
1 parent 0ac3ab3 commit 7d3e5cd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# MiniCPS makefile
22

33
# VARIABLES {{{1
4+
5+
LATEST_VERSION = 1.1.3
46
MININET = sudo mn
57

68
PYTHON = sudo python
@@ -145,6 +147,6 @@ pypi-wheel:
145147
./setup.py sdist bdist_wheel
146148

147149
pypi-upload:
148-
$(UPLOADER) upload dist/*
150+
$(UPLOADER) upload dist/minicps-$(LATEST_VERSION)*
149151

150152
# }}}

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Releases and Changelog
22

3+
## Version 1.1.3 (2017-05-14)
4+
5+
### Misc
6+
7+
* Add `CONTRIBTING.md` and related docs
8+
* Clarify difference between user and devs installations
9+
10+
* Fix dependencies issues
11+
312
## Version 1.1.2 (2017-05-14)
413

514
### Misc

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# NOTE: https://packaging.python.org/
88
setup(
99
name='minicps',
10-
version='1.1.2',
10+
version='1.1.3',
1111
description='MiniCPS: a framework for Cyber-Physical Systems \
1212
real-time simulation, built on top of mininet.',
1313
# NOTE: long_description displayed on PyPi

0 commit comments

Comments
 (0)