Skip to content

Commit

Permalink
Bump to version v0.21
Browse files Browse the repository at this point in the history
Changelog:
5502a2d iio.h: add some doc about iio_context_clone not working on usb
c240dd7 Upgrade python setuptools for CI
8678898 travis-ci: We don't use "artifacts" so turn it off
eaaf588 travis-ci: remove old branches, so things don't fill up
f9abc28 travis-ci: avoid errors when uploading things to akami
d32fc58 travis-ci: provide an index of artifacts to people can find things.
f03e9ad travis-ci: Only rm old files from one build
c0aab37 travis: save some time by not setting up the host
a024e87 travis-ci: Make sure python is set properly in the lib
e2f46f0 Remove token requirement for sphinx doc build on CI
6bbf792 iiod: Make startup (with Avahi) more robust.
3425601 Remove make install requirement in CI
192fa42 Enable pydoc to be built without library installed
5c86f76 Add support for DESTDIR for python builds
b1d19e3 Fix tag requirement on pypi travis-ci

Robin Getz (14):
      Merge pull request analogdevicesinc#546 from analogdevicesinc/travis-ci-fix
      iiod: Make startup (with Avahi) more robust.
      Merge pull request analogdevicesinc#551 from analogdevicesinc/rgetz-make-iiod-start-more-robust
      travis-ci: Make sure python is set properly in the lib
      travis: save some time by not setting up the host
      travis-ci: Only rm old files from one build
      travis-ci: provide an index of artifacts to people can find things.
      travis-ci: avoid errors when uploading things to akami
      travis-ci: remove old branches, so things don't fill up
      travis-ci: We don't use "artifacts" so turn it off
      Merge pull request analogdevicesinc#553 from analogdevicesinc/CI-python-doc-fix
      Merge pull request analogdevicesinc#550 from analogdevicesinc/python-setup-fixes
      iio.h: add some doc about iio_context_clone not working on usb
      Merge pull request analogdevicesinc#554 from analogdevicesinc/rgetz-add-doc-to-clone

Travis F. Collins (6):
      Fix tag requirement on pypi travis-ci
      Add support for DESTDIR for python builds
      Enable pydoc to be built without library installed
      Remove make install requirement in CI
      Remove token requirement for sphinx doc build on CI
      Upgrade python setuptools for CI

Signed-off-by: Dan Nechita <[email protected]>
  • Loading branch information
dNechita committed Jun 17, 2020
1 parent cda9ca5 commit 565bf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.7)
project(libiio C)

set(LIBIIO_VERSION_MAJOR 0)
set(LIBIIO_VERSION_MINOR 20)
set(LIBIIO_VERSION_MINOR 21)
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")
if (WIN32)
string(TIMESTAMP BUILD_YEAR "%Y")
Expand Down

0 comments on commit 565bf68

Please sign in to comment.