Skip to content

Commit

Permalink
Announce project deprecation (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jun 24, 2016
1 parent 63dc90d commit 0a95791
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,6 +1,11 @@
Changelog
=========

Version 0.3.1
-------------

- Bye bye!

Version 0.3.0
-------------

Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -6,3 +6,9 @@
[![Coverage Status](https://coveralls.io/repos/pyblish/pyblish-rpc/badge.svg)](https://coveralls.io/r/pyblish/pyblish-rpc)

An RPC interface to Pyblish.

### IMPORTANT

This project is winding down in favour of a merger into the [pyblish-qml]() project.

See [this forum post](http://forums.pyblish.com/t/big-merge/238) for details.
2 changes: 1 addition & 1 deletion pyblish_rpc/version.py
@@ -1,7 +1,7 @@

VERSION_MAJOR = 0
VERSION_MINOR = 3
VERSION_PATCH = 0
VERSION_PATCH = 1

version_info = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
version = '%i.%i.%i' % version_info
Expand Down

0 comments on commit 0a95791

Please sign in to comment.