FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lookup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab has been upgraded. See what's new in the
Changelog
.
Show more breadcrumbs
Information Services
DevOps
Django Libraries
Lookup
Commits
11e6955b
Commit
11e6955b
authored
6 years ago
by
Dr Abraham Martin
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 2.0
parent
99137bce
No related branches found
No related tags found
1 merge request
!6
Support authenticated connections
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+7
-1
7 additions, 1 deletion
CHANGELOG
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
9 additions
and
3 deletions
CHANGELOG
+
7
−
1
View file @
11e6955b
django-ucamlookup changelog
=============================
2.0.0 - 12/03/2019
------------------
- Add support for authentication. This allows connectivity to the lookup API from outside the CUDN
1.9.5 - 19/12/2018
------------------
...
...
@@ -14,7 +19,8 @@ django-ucamlookup changelog
1.9.3 - 22/03/2017
------------------
- bugfix: "single select" control not initialising (introduced single_user on ucamlookup_users.html to initialise "single select")
- bugfix: "single select" control not initialising (introduced single_user on ucamlookup_users.html to
initialise "single select")
1.9.2 - 18/01/2017
------------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
11e6955b
...
...
@@ -6,9 +6,9 @@ from setuptools import find_packages
setup
(
name
=
'
django-ucamlookup
'
,
description
=
'
A Django module for the University of Cambridge Lookup service
'
,
long_description
=
open
(
'
README.
rst
'
).
read
(),
long_description
=
open
(
'
README.
md
'
).
read
(),
url
=
'
https://github.com/uisautomation/django-ucamlookup.git
'
,
version
=
'
1.9.5
'
,
version
=
'
2.0.0
'
,
license
=
'
MIT
'
,
author
=
'
Information Systems Group, University Information Services, University of Cambridge
'
,
author_email
=
'
devops@uis.cam.ac.uk
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment