Skip to content

Commit

Permalink
pre-release (v1.0.1) work
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethem Can authored and Ethem Can committed Dec 4, 2018
1 parent 83acdc5 commit 10109dc
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log

## 1.0.1 - 2018-12-04

- Various bug fixes
- ONNX import and export support
- Re-organization of examples
2 changes: 1 addition & 1 deletion dlpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

''' SAS Deep Learning '''

__version__ = '1.0.1-dev'
__version__ = '1.0.1'
__dev__ = False

from dlpy.model import Model
Expand Down
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ DLPy enables users to fetch the data from the back end (SAS Viya session) to the
.. toctree::
:maxdepth: 3

whatsnew
install
getting-started
api
Expand Down
17 changes: 17 additions & 0 deletions doc/source/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

.. Copyright SAS Institute
.. _whatsnew:

**********
What's New
**********

This document outlines features and improvements from each release.

v1.0.1 (December 4, 2018)
==========================

- Various bug fixes
- ONNX import and export support
- Re-organization of examples
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_file(fname):

setup(
name='sas-dlpy',
version='1.0.1-dev',
version='1.0.1',
description='SAS Deep Learning Interface',
long_description=get_file('README.md'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 10109dc

Please sign in to comment.