Marc Bonnici
ed925938dc
fw/version: Development version bump
...
Bump the development version to synchronise the parameters for transfer
polling.
2020-11-03 10:02:08 +00:00
Marc Bonnici
b9d593e578
fw/version: Development version bump
...
Bump dev version to synchronise interface for SSHConnection with devlib.
2020-05-13 16:43:03 +01:00
Marc Bonnici
ef9b4c8919
fw/version: Dev version bump
...
Bump the dev version of WA and required devlib version to ensure
that both repos stay in sync to accommodate the SSH interface
change.
2020-03-06 17:34:30 +00:00
Marc Bonnici
dfb4737e51
Development version bump
2019-12-20 16:25:01 +00:00
Marc Bonnici
06518ad40a
Version bump for release
2019-12-20 16:07:10 +00:00
Marc Bonnici
6042fa374a
fw/version: Version Bump
2019-07-19 17:07:46 +01:00
Marc Bonnici
050329a5ee
fw/version: Update version for WA and required devlib
2019-07-19 16:37:00 +01:00
Marc Bonnici
8ddc1c1eba
fw/version: Bump to development version
2019-03-04 15:50:13 +00:00
Marc Bonnici
b5db4afc05
fw/version: Version Bump
...
Bump to the next revision release.
2019-03-04 15:50:13 +00:00
Marc Bonnici
de36dacb82
fw/version: Bump to development versions
2019-03-04 10:37:39 +00:00
Marc Bonnici
637bf57cbc
fw/version: Bump revison versions
...
Bump the revision version for WA and the required version for
devlib.
2019-03-04 10:37:39 +00:00
Marc Bonnici
adb3ffa6aa
fw/version: Introduce required version for devlib
...
To ensure that a compatible version of devlib is installed on the system
keep track of the version of devlib that is required by WA and provide a
more useful error message if this is not satisfied.
2019-03-04 10:37:39 +00:00
Marc Bonnici
5263cfd6f8
fw/version: Add development tag to version
...
Add a development tag to the version format instead of using the
revision field.
2019-01-11 10:12:26 +00:00
Marc Bonnici
e312efc113
fw/version: Version bump for minor fixes
2019-01-10 13:21:16 +00:00
Marc Bonnici
60fe412548
wa/version: Update to development version
...
Update WA and devlib versions to development tags.
2019-01-04 11:29:10 +00:00
Marc Bonnici
e187e7efd6
fw/version: Verion Bump to v3.1.0
2018-12-21 14:31:07 +00:00
Marc Bonnici
57aa5ca588
fw/version: Add developement tag to version number
2018-09-21 15:06:30 +01:00
Marc Bonnici
6366a2c264
framework/version: Specify default encoding when parsing commit id
2018-08-22 14:41:12 +01:00
Marc Bonnici
d858435c3d
utils/version: Fix check to only decode bytes
...
When using Python3 the returned value of the commit is a byte string and
therefore needs to be decoded.
2018-07-27 10:11:32 +01:00
Marc Bonnici
e485b9ed39
utils/version: do not decode bytes
...
Check that the resulting output inside get_commit() is a str before
attempting to decode it when running on Python 3.
2018-07-11 10:39:38 +01:00
Sergei Trofimov
8878cc20d4
Update copyright headers.
...
- Add copyright headers to files that did not already have them
- Update the year to the last year the file was modified in files with
existing headers.
2018-07-04 16:33:31 +01:00
Marc Bonnici
98de37807d
fw/version: Change format of version to conform with PEP440
...
When installing from source WA attempts to include the commit ID in the
version of the installed pacakge however this caused issues with package
managers like pip. PEP440 specifies that local identifiers must be in the
form `<public version identifier>[+<localversion label>]` so update the
version to conform.
https://www.python.org/dev/peps/pep-0440/#local-version-identifiers
2018-06-27 11:41:24 +01:00
Waleed El-Geresy
488bd57659
framework/version: Redirect git stderr output
...
Add an stderr argument to redirect errors ('fatal not a git repository'
is the most common) to PIPE so that errors do not output to STDOUT.
2018-06-14 15:07:18 +01:00
Sergei Trofimov
b3de85455a
Add support for Python 3
...
Add support for running under Python 3, while maintaining compatibility
with Python 2.
See http://python-future.org/compatible_idioms.html for more details
behind these changes.
2018-06-07 14:48:40 +01:00
Sergei Trofimov
2dbb6e8c18
fw/version: add get_wa_version_with_commit
...
Add a function to return WA version suffixed with the commit hash for
current HEAD. This only works if WA was deployed via
python setup.py develop
otherwise, the output is identical to get_wa_version().
2018-05-09 16:44:27 +01:00
Marc Bonnici
1f1f2b12c6
WA3 Exsisting Code
2017-02-21 15:02:28 +00:00