Skip to content

Commit 198a9f0

Browse files
committed
Release v0.1.1
1 parent f74e132 commit 198a9f0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = '0.1.1.dev0'
70+
version = '0.1.1'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '0.1.1.dev0'
72+
release = '0.1.1'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

doc/whatsnew.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ What's New
99

1010
This page outlines changes from each release.
1111

12-
v0.1.1 (TBD)
13-
============
12+
v0.1.1 (February 26, 2018)
13+
==========================
1414

1515
New Features
1616
++++++++++++

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='sasoptpy',
25-
version='0.1.1.dev0',
25+
version='0.1.1',
2626
packages=['sasoptpy'],
2727
description='sasoptpy: SAS Viya Optimization Interface for Python',
2828
url='https://github.com/sassoftware/sasoptpy',

0 commit comments

Comments
 (0)