Skip to content

Commit

Permalink
push version number; update readme with ack; update tox
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Feb 26, 2019
1 parent 92bfb7b commit 6ba40b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
MIT License

Copyright (c) 2016 Alexander Neumann
Copyright (c) 2019 Alexander Neumann

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -71,4 +71,8 @@ If you use the standard configuration, files will be hosted under `/install/path

### What now?

If you plan to write applications in javascript, head over to the [KogniJS-Framework](http://github.com/aleneum/kognijs-rsb).
If you plan to write applications in javascript, head over to the [KogniJS-Framework](http://github.com/kognihome/kognijs).

## Acknowledgements

The development of this software was supported through project grants [KogniHome](kogni-home.de) (German Federal Ministry of Education and Research (BMBF) grant no. 16SV7054K) at Bielefeld University.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -6,10 +6,9 @@

setup(
name='kogniserver',
version='0.2.5',
version='0.3.0',
maintainer='Alexander Neumann',
maintainer_email='aleneum@gmail.com',
url='http://github.com/aleneum/kogniserver',
url='http://github.com/kognihome/kogniserver',
description="Interface server of the KogniHome project",
platforms=['Any'],
packages=find_packages('src'),
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -2,7 +2,7 @@
[tox]
envlist = py27
[testenv]
commands = nosetests --with-coverage
commands = nosetests --cover-package=kogniserver --with-coverage
deps =
-rrequirements_test.txt
py27: mock
py27: mock

0 comments on commit 6ba40b8

Please sign in to comment.