Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit f268434

Browse files
committed
release: Version 0.3.6
Signed-off-by: John Andersen <[email protected]>
1 parent 97114cc commit f268434

File tree

28 files changed

+28
-30
lines changed

28 files changed

+28
-30
lines changed

CHANGELOG.md

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

7-
## [Unreleased]
7+
## [0.3.6] - 2020-04-04
88
### Added
99
- Operations for taking input from the user `AcceptUserInput` and for printing the output `print_output`
1010
- Hugging Face Transformers tensorflow based NER models.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.1"
1+
VERSION = "0.0.2"

configloader/png/setup_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
AUTHOR_EMAIL = "[email protected]"
1212
# Install dffml if it is not installed in development mode
1313
INSTALL_REQUIRES = [] + (
14-
["dffml>=0.3.5"]
14+
["dffml>=0.3.6"]
1515
if not any(
1616
list(
1717
map(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.8"
1+
VERSION = "0.0.9"

configloader/yaml/setup_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
AUTHOR_EMAIL = "[email protected]"
1212
# Install dffml if it is not installed in development mode
1313
INSTALL_REQUIRES = [] + (
14-
["dffml>=0.3.5"]
14+
["dffml>=0.3.6"]
1515
if not any(
1616
list(
1717
map(

dffml/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
88
Version of DFFML
99
"""
10-
VERSION = "0.3.5"
10+
VERSION = "0.3.6"

docs/contributing/codebase.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ You might have asked yourself, what is this thing?
170170
.. code-block:: python
171171
172172
INSTALL_REQUIRES = [] + (
173-
["dffml>=0.3.5"]
173+
["dffml>=0.3.6"]
174174
if not any(
175175
list(
176176
map(

docs/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Output:
3232
You can use DFFML from the command line, Python, or the HTTP API, see the
3333
:doc:`quickstart/model` to get started right away.
3434

35-
The web UI (under heavy development) can be found `here <webui/>`_.
36-
3735
This is the documentation for the latest release, documentation for the master
3836
branch can be found `here <master/index.html>`_.
3937

examples/shouldi/setup_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
AUTHOR_EMAIL = "[email protected]"
1212
# Install dffml if it is not installed in development mode
1313
INSTALL_REQUIRES = [] + (
14-
["dffml>=0.3.5"]
14+
["dffml>=0.3.6"]
1515
if not any(
1616
list(
1717
map(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.6"
1+
VERSION = "0.0.7"

0 commit comments

Comments
 (0)